home *** CD-ROM | disk | FTP | other *** search
- on(release){
- setProperty("/gegner", _X, "125.1");
- setProperty("/mae", _X, "421.9");
- setProperty("/health1", _X, "63");
- setProperty("/health2", _X, "490");
- tellTarget("/health1")
- {
- gotoAndStop(1);
- }
- tellTarget("/health2")
- {
- gotoAndStop(1);
- }
- move_gegner = "0";
- zufall -= "6";
- power += "3";
- if(level < "5")
- {
- level += "1";
- }
- gotoAndPlay(161);
- }
-